RouteDiscovery


A message used in a traceroute
Protobuf type meshtastic.RouteDiscovery

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.RouteDiscoveryOrBuilder

A message used in a traceroute
Protobuf type meshtastic.RouteDiscovery

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
Link copied to clipboard
open fun getRoute(index: Int): Int

The list of nodenums this packet has visited so far to the destination.
repeated fixed32 route = 1;
Link copied to clipboard
open fun getRouteBack(index: Int): Int

The list of nodenums the packet has visited on the way back from the destination.
repeated fixed32 route_back = 3;
Link copied to clipboard

The list of nodenums the packet has visited on the way back from the destination.
repeated fixed32 route_back = 3;
Link copied to clipboard

The list of nodenums the packet has visited on the way back from the destination.
repeated fixed32 route_back = 3;
Link copied to clipboard
open fun getRouteCount(): Int

The list of nodenums this packet has visited so far to the destination.
repeated fixed32 route = 1;
Link copied to clipboard

The list of nodenums this packet has visited so far to the destination.
repeated fixed32 route = 1;
Link copied to clipboard
Link copied to clipboard
open fun getSnrBack(index: Int): Int

The list of SNRs (in dB, scaled by 4) in the route back from the destination.
repeated int32 snr_back = 4;
Link copied to clipboard
open fun getSnrBackCount(): Int

The list of SNRs (in dB, scaled by 4) in the route back from the destination.
repeated int32 snr_back = 4;
Link copied to clipboard

The list of SNRs (in dB, scaled by 4) in the route back from the destination.
repeated int32 snr_back = 4;
Link copied to clipboard
open fun getSnrTowards(index: Int): Int

The list of SNRs (in dB, scaled by 4) in the route towards the destination.
repeated int32 snr_towards = 2;
Link copied to clipboard

The list of SNRs (in dB, scaled by 4) in the route towards the destination.
repeated int32 snr_towards = 2;
Link copied to clipboard

The list of SNRs (in dB, scaled by 4) in the route towards the destination.
repeated int32 snr_towards = 2;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
Link copied to clipboard
open fun parseFrom(data: ByteString): MeshProtos.RouteDiscovery
open fun parseFrom(input: CodedInputStream): MeshProtos.RouteDiscovery
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
Link copied to clipboard
open fun parser(): Parser<MeshProtos.RouteDiscovery>
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)